home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Audio Collection Deluxe / Multimedia Audio Collection Deluxe.iso / pt / instdos.bat < prev    next >
DOS Batch File  |  1993-10-06  |  2KB  |  58 lines

  1. echo off
  2. cls
  3. echo     ┌────────────────────────────────────────────────┐
  4. echo     │                    INSTALL                     │
  5. echo     │        PowerTracks PRO for Windows             │      │
  6. echo     │   Copyright (c) 1993 by PG Music Inc.          │
  7. echo     └────────────────────────────────────────────────┘
  8. echo  
  9. if %1x==x goto ParmErr
  10. if %2x==x goto ParmErr
  11. echo  
  12. echo   Ready to install PowerTracks PRO from %1 to %2
  13. echo   Press  any key to continue...  (Ctrl C to stop )
  14. echo  
  15. pause > nul
  16. md %2 > nul
  17. cd %2
  18. cd %1
  19. copy %1\*.txt %2
  20. copy %1\*.ttf %2
  21.  
  22. dunpack %1\*.??$ %2\
  23.  
  24. goto Success
  25. :ParmErr
  26. echo   Install %1 %2 %3 %4 %5
  27. echo  
  28. echo   In order to install the program , you need
  29. echo    to specify the source and destination to
  30. echo    install the program from and to.
  31. echo  
  32. echo   Usage:  INSTDOS SRC: DEST:
  33. echo  
  34. echo   For example  INSTDOS A: C:\PT
  35. echo  
  36. goto Fail
  37. echo  
  38. :Fail
  39. echo   Please retype as above, adding the source and destination
  40. echo   subdirectories. The source is the name of the floppy
  41. echo   drive that you're installing from .We suggest C:\pt
  42. echo   as the destination subdirectory.
  43. goto End
  44. :Success
  45. rem cls
  46. cd %2
  47. echo   INSTALLATION of PowerTracks for Windows successful
  48. echo   You need to do 2 things to complete installation into Windows
  49. echo   To complete installation of PowerTracks for Windows
  50. echo   1 Install PTW.EXE ICON into Program Manager using File  New
  51. echo   2 Copy the font file PGMUSIC.TTF into your
  52. echo   c:\windows\system subdirectory.    This must be done from
  53. echo   DOS and not from a DOS window inside Windows.
  54. echo          
  55. echo   3 Run PTW by double clicking on the PTW icon 
  56. :End
  57. echo  
  58.